projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
189db15
)
(struct window): New slot region_showing.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 18 May 1993 04:49:52 +0000
(
04:49
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 18 May 1993 04:49:52 +0000
(
04:49
+0000)
src/window.h
patch
|
blob
|
history
diff --git
a/src/window.h
b/src/window.h
index 55bd3d06f797d6a35c31d8ba4e112f44df17ea91..a7db04810c38623e81c120c36d7d3833f1a3df4e 100644
(file)
--- a/
src/window.h
+++ b/
src/window.h
@@
-167,6
+167,9
@@
struct window
If it is a buffer, it means don't display the line number
as long as the window shows that buffer. */
Lisp_Object base_line_pos;
+ /* If we have highlighted the region (or any part of it),
+ this is the mark position that we used, as an integer. */
+ Lisp_Object region_showing;
};
/* 1 if W is a minibuffer window. */